projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66272c3
)
libxl: Makefile: delete temporary files during make clean
author
Gianni Tedesco
<gianni.tedesco@citrix.com>
Thu, 28 Oct 2010 10:45:09 +0000
(11:45 +0100)
committer
Gianni Tedesco
<gianni.tedesco@citrix.com>
Thu, 28 Oct 2010 10:45:09 +0000
(11:45 +0100)
Signed-off-by: Gianni Tedesco <gianni.tedesco@citrix.com>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/Makefile
patch
|
blob
|
history
diff --git
a/tools/libxl/Makefile
b/tools/libxl/Makefile
index d0be502e1d19f3e9671f395f206f54552c2b15e6..c817a386ccd1fdc1bbaf8af147dd594c2356c766 100644
(file)
--- a/
tools/libxl/Makefile
+++ b/
tools/libxl/Makefile
@@
-118,7
+118,7
@@
install: all
.PHONY: clean
clean:
$(RM) -f _*.h *.o *.so* *.a $(CLIENTS) $(DEPS)
- $(RM) -f _*.c
+ $(RM) -f _*.c
*.pyc _libxl_paths.*.tmp
# $(RM) -f $(AUTOSRCS) $(AUTOINCS)
distclean: clean